home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 January / january_2001.iso / intercd / root / ^4Developers / VB / visbasdb / VBDB / VBDB Code / VB5 Code / Class 6 / QuickExample3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-08-24  |  1.4 KB  |  46 lines

  1. VERSION 5.00
  2. Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   2205
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   2205
  11.    ScaleWidth      =   4680
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin TabDlg.SSTab SSTab1 
  14.       Height          =   1935
  15.       Left            =   120
  16.       TabIndex        =   0
  17.       Top             =   120
  18.       Width           =   4365
  19.       _ExtentX        =   7699
  20.       _ExtentY        =   3413
  21.       _Version        =   393216
  22.       Tab             =   1
  23.       TabHeight       =   520
  24.       TabCaption(0)   =   "Tab 0"
  25.       TabPicture(0)   =   "QuickExample3.frx":0000
  26.       Tab(0).ControlEnabled=   0   'False
  27.       Tab(0).ControlCount=   0
  28.       TabCaption(1)   =   "Tab 1"
  29.       TabPicture(1)   =   "QuickExample3.frx":001C
  30.       Tab(1).ControlEnabled=   -1  'True
  31.       Tab(1).ControlCount=   0
  32.       TabCaption(2)   =   "Tab 2"
  33.       Tab(2).ControlEnabled=   0   'False
  34.       Tab(2).ControlCount=   0
  35.    End
  36. Attribute VB_Name = "Form1"
  37. Attribute VB_GlobalNameSpace = False
  38. Attribute VB_Creatable = False
  39. Attribute VB_PredeclaredId = True
  40. Attribute VB_Exposed = False
  41. Option Explicit
  42. Private Sub SSTab1_Click(PreviousTab As Integer)
  43. End Sub
  44. Private Sub SSTab1_DblClick()
  45. End Sub
  46.